home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2449 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  971b  |  45 lines

  1. on(release){
  2.    if(_root.poz == "b")
  3.    {
  4.       _root.ic_none();
  5.       _root.set_info(502);
  6.       _root.ic_ruka();
  7.    }
  8.    if(_root.poz == "k")
  9.    {
  10.       if(_root.ii32 >= 2)
  11.       {
  12.          _root.stopdragall();
  13.          _root.hideall();
  14.          _root.d_kuchar.i = "dort_vylepsovat";
  15.       }
  16.       else if(_root.draglej == 32)
  17.       {
  18.          _root.stopdragall();
  19.          _root.itembar_remove(32);
  20.          _root.ii32 = 2;
  21.          _root.dort2.gotoAndStop(2);
  22.          _root.ic_none();
  23.          _root.set_info(502);
  24.          _root.ic_ruka();
  25.       }
  26.       else if(0 < _root.draglej)
  27.       {
  28.          _root.stopdragall();
  29.          _root.hideall();
  30.          _root.d_kuchar.i = "dort_bad";
  31.       }
  32.       else
  33.       {
  34.          _root.stopdragall();
  35.          _root.hideall();
  36.          _root.d_kuchar.i = "dort_nesahat";
  37.       }
  38.    }
  39.    else
  40.    {
  41.       _root.stopdragall();
  42.       _root.pepa.gotoAndPlay(_root.poz add "k");
  43.    }
  44. }
  45.